-
Notifications
You must be signed in to change notification settings - Fork 32
fix(observability): remove invalid fields match
and match_regex
from main route in alert_config
#915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix(observability): remove invalid fields match
and match_regex
from main route in alert_config
#915
Conversation
078d4fd
to
0ebcb10
Compare
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
…t_config - deprecated `match` and `match_regex` in child routes - add new `matchers` field
0ebcb10
to
45f2347
Compare
Merging this branch will decrease overall coverage
Coverage by fileChanged files (no unit tests)
Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code. Changed unit test files
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
Hi, why is it on hold? Just a new comment so it would not be removed. 😄 |
Hi @haeussermanp, there is an API issue the set matchers doesn't return on a GET request. This results in an error in the terraform provider. When this is fixed, the PR is ready for review 😄 |
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
Description
relates to STACKITTPR-226 and #784
match
andmatch_regex
from main route in alert_configmatch
andmatch_regex
in child routesmatchers
fieldChecklist
make fmt
examples/
directory)make generate-docs
(will be checked by CI)make test
(will be checked by CI)make lint
(will be checked by CI)